home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFtoSpr / h / SaveMapTiles < prev    next >
Encoding:
Text File  |  2003-11-06  |  340 b   |  16 lines

  1. /*
  2.  *  SFtoSpr - Star Fighter 3000 graphics converter
  3.  *  Savebox for SF3000 MapTiles file
  4.  *  Copyright (C) 2000  Chris Bazley
  5.  */
  6.  
  7. #ifndef STSSaveMapTiles_h
  8. #define STSSaveMapTiles_h
  9.  
  10. #include "toolbox.h"
  11. #include "SFformats.h"
  12.  
  13. extern ObjectId SaveMapTiles_create(char *savepath, int data_saved, SF_MapTilesSetHdr **tiles_data);
  14.  
  15. #endif
  16.